home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / rotating / rotating.1_7 < prev    next >
Text File  |  1994-04-17  |  873b  |  24 lines

  1. --text follows this line--
  2. David Carlisle <carlisle@cs.man.ac.uk> has taken the trouble to
  3. investigate and correct some problems with my `rotating' package, and
  4. a new version (1.7) is therefore available in the CTAN archives (eg
  5. ftp.tex.ac.uk:pub/archive/macros/latex/contrib/rotating). Many thanks
  6. to David for his thorough look!
  7.  
  8. Visible changes:
  9.  
  10. 1) rotate and turn and sideways all now use \ignorespaces and \unskip to
  11.    remove white space after the environment start
  12. 2) rotate and turn no longer have an extra space if the argument is a
  13.    count register 
  14.     \newcount\xxx
  15.     \xxx=45
  16.     \rotate{\xxx}
  17. 3) the \rotatedirection command is added:
  18.    \rotatedirection{anticlockwise}
  19.    makes rotate and turn rotate things in the positive direction if
  20.    given a positive argument (actually
  21.    any argument does this except \rotatedirection{clockwise}.
  22.  
  23. Sebastian Rahtz
  24.